Package com.algo.annotations
Annotation Type MyAnnotation
-
@Target(TYPE) @Retention(RUNTIME) public @interface MyAnnotation
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Stringvalue
-
@Target(TYPE)
@Retention(RUNTIME)
public @interface MyAnnotation
| Modifier and Type | Optional Element | Description |
|---|---|---|
java.lang.String |
value |