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 AutoConstruct
@Target
({
FIELD
,
PARAMETER
})
@Retention
(
RUNTIME
)
public @interface
AutoConstruct
Marks field/parameter that value should be constructed, if no other bind was found.