Package org.tquadrat.foundation.config
Annotation Interface SpecialProperty
@ClassVersion(sourceVersion="$Id: SpecialProperty.java 884 2021-03-22 18:02:51Z tquadrat $")
@Documented
@Retention(CLASS)
@Target(METHOD)
@API(status=STABLE,
     since="0.0.1")
public @interface SpecialProperty
This annotation is used to mark getters and setters that are implemented
  in a special way.
- Author:
- Thomas Thrien (thomas.thrien@tquadrat.org)
- Version:
- $Id: SpecialProperty.java 884 2021-03-22 18:02:51Z tquadrat $
- Since:
- 0.0.1
- 
Required Element SummaryRequired ElementsModifier and TypeRequired ElementDescriptionThe type of the special configuration property.
- 
Element Details- 
valueThe type of the special configuration property.- Returns:
- The type of the property.
 
 
- 
