@Inherited @Retention(value=RUNTIME) @Target(value={FIELD,METHOD,TYPE}) public @interface ContextAttribute
Annotated final fields may be fetched eagerly at context creation time. Non
static fields and methods are fetched both lazily and on also on every
attribute access. Annotating the class type will associate this
with the supplied attribute name.
public abstract String value
Copyright © 2017. All rights reserved.