Annotation Type Processor


@Documented
@Target(TYPE)
@Retention(RUNTIME)
public @interface Processor
RequestProcessors may be annotated with this annotation in order to be automatically detected. The stincmale.server module implements automatic detection via SpringRequestDispatcher, other mechanisms may be implemented by a user. RequestDispatcher must not be annotated with this annotation.
See Also:
SpringRequestDispatcher
  • Required Element Summary

    Required Elements 
    Modifier and Type Required Element Description
    String value