|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Deprecated @Target(value=TYPE) @Retention(value=RUNTIME) public @interface Alias
Mark annotation as an alias. This will recursively add the annotations that are on the annotation for example:
The Alias in the example above will make sure that UiProperty is the same as specifying Inject, Bound and DataField on a field.@Alias
@Inject
@Bound
@DataField
public@interface
UiProperty { }
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |