@Deprecated @Target(value=TYPE) @Retention(value=RUNTIME) public @interface Alias
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 { }
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.