JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.panda_lang.utilities.inject.annotations
Annotation Interface Inject
@Target
({
METHOD
,
CONSTRUCTOR
,
TYPE
,
FIELD
,
PARAMETER
})
@Retention
(
RUNTIME
)
public @interface
Inject
Marks fields that should be injected during the construction of the object.