Package ninja.params

Annotation Type Header


  • @Retention(RUNTIME)
    @Target(PARAMETER)
    public @interface Header
    Just an idea to inject a header right into the methods... This equals context.getHeader(...)
    Author:
    James Moger
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value