@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface NoEventReference
Marks a member that is part of the node set in the SEP as a reference only.
The child node containing this reference will not be in the call chain
when it has no antecedents apart from the parent reference. This allows a
child to refer to a parent solely as a data store.
- Author:
- Greg Higgins