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 theDataSink
class.- Returns:
- the class object representing the data sink class
-
reflectionPossible
boolean reflectionPossibleIndicates whether reflection can be used for creating instances of theDataSink
class returned fromvalue()
.- Returns:
- true if reflection is possible, false otherwise
-