org.joe_e
Annotation Type IsJoeE


@Target(value=PACKAGE)
@Retention(value=RUNTIME)
public @interface IsJoeE

Package annotation to use for packages containing Joe-E code. All classes in the package will be checked if this annotation is applied. (Package annotations can be specified in a file named package-info.java with a line like "@org.joe_e.IsJoeE package package.name;".)