Package ejava.examples.javase5
Annotation Type CallMe
-
@Retention(RUNTIME) @Target(METHOD) public @interface CallMe
This is a test interface that will be used to designate which methods of a class should get called, and in what order, within a demo. An optional name is supplied with each method.
-
-
-
alias
String alias
- Default:
- ""
-
-