Annotation Interface Testable


@Target(TYPE) @Retention(RUNTIME) public @interface Testable
The Testable annotation can be used by any class that has a main method that should be called to test the class methods. The main method should throw an error if the class fails testing.
Since:
3.3.1
Author:
Peter Hollemans