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 Required
@Retention
(
RUNTIME
)
@Target
({
METHOD
,
PARAMETER
})
public @interface
Required
Marks a method (typically a JavaBean setter method) as being 'required': that is, the setter method must be configured to be dependency-injected with a value.