Annotation Type NoAutoStart


@Retention(RUNTIME) @Target(TYPE) public @interface NoAutoStart
If a type (a class) has this annotation, then it will not be automatically started by Joran at configuration time.
Author:
Ceki Gülcü