Annotation Interface BeanField


@Retention(RUNTIME) public @interface BeanField
Indicates that a field in an Anchor Bean class is to be treated as a bean-field.

This is necessary to include the field in any checks, initialization, duplication etc. that occurs.

Author:
Owen Feehan