Annotation Type | Description |
---|---|
Data |
Mark a class eligible to auto generation on
Object.equals(Object) and Object.hashCode() . |
ParamBindingAnnotation |
Mark an annotation as parameter binding annotation, e.g.
|
Pattern |
Specify the Date time format.
|
ReadContent |
Indicate if the parameter is a file path or resource URL, then read the content of the file into the parameter, otherwise leave the parameter as it is unless
#forceRead() is set to true |
Copyright © 2014–2017 ActFramework. All rights reserved.