@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ScriptClass
Custom annotation type for java classes that will either serve as JavaScript or Template root objects
or provide JavaScript or Template APIs.
In general, developer needs to provide help information, sample code and class type in java code which
will then be processed by a custom Spring Surf mavnen plugin for producing reference documents as part
of the build process. This will avoid manual documentation step.
- Author:
- drq