JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
com.aspectran.core.component.bean.annotation
Annotation Interface ParamItem
@Documented
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
@Repeatable
(
List.class
)
public @interface
ParamItem
Nested Class Summary
Nested Classes
Modifier and Type
Class
Description
static @interface
ParamItem.List
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
boolean
mandatory
String
name
String
profile
boolean
secret
boolean
tokenize
String
value
Element Details
profile
String
profile
Default:
""
name
String
name
Default:
""
value
String
value
Default:
""
tokenize
boolean
tokenize
Default:
true
mandatory
boolean
mandatory
Default:
false
secret
boolean
secret
Default:
false