Package com.twelvemonkeys.servlet
Annotation Type InitParam
-
@Documented @Inherited @Retention(RUNTIME) @Target(METHOD) public @interface InitParamAnnotation to be used by servlets/filters, to have theirinit-method automatically convert and set values from their respective configuration.- Version:
- $Id: InitParam.java#1 $
- Author:
- Harald Kuhr, last modified by $Author: haku $
- See Also:
ServletConfigurator,GenericFilter.init(javax.servlet.FilterConfig),GenericServlet.init(javax.servlet.ServletConfig),HttpServlet.init(javax.servlet.ServletConfig)
-
-
Field Summary
Fields Modifier and Type Fields Description static java.lang.StringUNDEFINED
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringdefaultValuejava.lang.Stringnamebooleanrequired
-