modhelxs.state_management
Annotation Type NotManagedAttribute


@Retention(value=RUNTIME)
public @interface NotManagedAttribute

An annotation to specify that an attribute of a managed block is not managed. This is useful for attributes that are handled in a special way and should not be handled by the state of the managed block.

Author:
boulange