Package org.jboss.security.annotation
Annotation Type ModuleOption
-
@Inherited @Target(TYPE) @Retention(RUNTIME) @Documented public @interface ModuleOption
Represents a Module Option- Since:
- Mar 2, 2010
- Author:
- Anil.Saldhana@redhat.com
-
-
Element Detail
-
key
String key
- Default:
- ""
-
-
-
value
String value
- Default:
- ""
-
-
-
valueType
ModuleOption.VALUE_TYPE valueType
Specify the type of the value. If it is regular, then accept it as a String value. If it is Java Property, then the value represents a Java Property.- Default:
- org.jboss.security.annotation.ModuleOption.VALUE_TYPE.REGULAR
-
-