@Documented @Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface Concern
| Modifier and Type | Required Element and Description |
|---|---|
String |
name |
| Modifier and Type | Optional Element and Description |
|---|---|
int |
order |
Concern.Priority |
priority |
public abstract String name
public abstract Concern.Priority priority
Copyright © 2012-2015. All Rights Reserved.