Annotation Interface DataSinkBinding
The DataSinkBinding annotation is used
to specify the
DataSink for a particular type of PersistentData.-
Required Element Summary
Required Elements
-
Element Details
-
value
Returns the class object representing theDataSinkclass.- Returns:
- the class object representing the data sink class
-
reflectionPossible
boolean reflectionPossibleIndicates whether reflection can be used for creating instances of theDataSinkclass returned fromvalue().- Returns:
- true if reflection is possible, false otherwise
-