@Documented @InjectTag @Retention(value=RUNTIME) @Target(value={ANNOTATION_TYPE,FIELD,PARAMETER}) public @interface LoadValue
Used to tag an annotation with value loader specification. Annotations tagged with LoadValue is used to mark a bean instance shall be loaded by value loader instead of being constructed by Genie
| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends ValueLoader> |
value
Specifies a
ValueLoader implementation class |
public abstract Class<? extends ValueLoader> value
Specifies a ValueLoader implementation class
Copyright © 2016–2018 OSGL (Open Source General Library). All rights reserved.