@Retention(value=RUNTIME)
@Target(value=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.
- Author:
- jcstaff
$Id:$