Errai 3.0.1-SNAPSHOT

org.jboss.errai.common.client.api.annotations
Annotation Type Alias


Deprecated.

@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:

 @Alias
 @Inject
 @Bound
 @DataField
  public @interface UiProperty {
  }
 
The Alias in the example above will make sure that UiProperty is the same as specifying Inject, Bound and DataField on a field.

Author:
edewit@redhat.com


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.