Package spoon.processing
Annotation Type Property
This annotation shall be used on processor fields to declare them as being
properties (for configuration).
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
If a value is notNullable, spoon will throw aSpoonException
for null values.An optional text that describes the property.
-
Element Details
-
value
String valueAn optional text that describes the property.- Default:
- ""
-
notNullable
boolean notNullableIf a value is notNullable, spoon will throw aSpoonException
for null values.- Default:
- false
-