@Documented @Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface AliasFor
The aliased qualifier (the one bearing this annotation) is treated exactly as the qualifier it aliases. Aliases are recursive and transitive, and the alias annotations are followed until an unaliased qualifier is found. Circular alias loops are not allowed.
Modifier and Type | Required Element and Description |
---|---|
Class<? extends Annotation> |
value
Get the target of this alias annotation.
|
public abstract Class<? extends Annotation> value
Copyright © 2016 GroupLens Research. All rights reserved.