
com.tacitknowledge.flip.properties.package.html Maven / Gradle / Ivy
The newest version!
Classes used to define the property readers. Property reader is a class
used to retrieve the feature values and rules that define them.
To create your own property reader you should create a class that implements
PropertyReader interface and annotate it with FlipProperty annotation.
The FlipProperty annotation has a property
FlipProperty.priority which allows
for developers to specify the priority of property readers when the feature descriptor
is looked up.
The property readers are managed by PropertyManager. It knows
how to ask them for a feature descriptor.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy