Annotation Interface NoPreference


@ClassVersion(sourceVersion="$Id: NoPreference.java 941 2021-12-18 22:34:37Z tquadrat $") @Documented @Retention(CLASS) @Target({METHOD,TYPE}) @API(status=STABLE, since="0.0.1") public @interface NoPreference

Excludes the property from having a preferences reference.

If a configuration bean specification implements the interface PreferencesBeanSpec, usually all the properties do have references to a preferences instance.

If applied to the property's getter method, this annotation is used to exclude the annotated property from the preferences.

Author:
Thomas Thrien (thomas.thrien@tquadrat.org)
Version:
$Id: NoPreference.java 941 2021-12-18 22:34:37Z tquadrat $
Since:
0.0.1