@Documented @Target(value=ANNOTATION_TYPE) @Retention(value=CLASS) public @interface UserAgent
Be sure the only return annotation classes annotated with UserAgent in your fallbacks(), if any.
| Modifier and Type | Required Element and Description |
|---|---|
String |
selectorScript |
String |
shortName |
| Modifier and Type | Optional Element and Description |
|---|---|
Class<? extends Annotation>[] |
fallbacks |
public abstract String shortName
public abstract String selectorScript
public abstract Class<? extends Annotation>[] fallbacks
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.