| Annotation Type | Description |
|---|---|
| CopyFactoryMethod |
This annotation allows to add a copy factory method for the given
CopyFactoryMethod.value(). |
| FactoryMethod | |
| HasBuilder |
This annotation enables the generation of a builder for the annotated interface.
|
| HasByIdGetEndpoint | |
| HasByKeyGetEndpoint | |
| HasCreateCommand | |
| HasCustomUpdateActions | |
| HasDeleteCommand | |
| HasNoUpdateAction | |
| HasQueryEndpoint | |
| HasQueryModel | |
| HasQueryModelImplementation | |
| HasUpdateAction | |
| HasUpdateActions |
This annotation is used to generate update actions for a resource - only for its primitive types.
|
| HasUpdateCommand | |
| IgnoreInQueryModel | |
| NotOSGiCompatible |
This annotation marks the classes that are selected to run outside an OSGi container
either for latency reason or for dependency issue ...,the runner used in that case
is
BlockJUnit4ClassRunner |
| PackageResourceInfo |
This annotation specifies which resource this package contains.
|
| PropertySpec | |
| QueryModelFieldName | |
| QueryModelHint | |
| ResourceDraftValue |
This annotation marks an interface as resource draft representation.
|
| ResourceInfo |
This annotation is used to generate commands and queries for a resource.
|
| ResourceValue |
This annotation marks an interface as a resource representation.
|