@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface ClassifiedInstanceProperty
This annotation is used in conjunction with any other property annotation and marks the property as being obtained from the classification specified for the classified instance containing the annotation.
This annotation must be used only in a registry bean class specified as classified instance.
ClassifiedInstances