@Retention(value=RUNTIME) @Target(value=FIELD) public @interface Inject
The @Inject annotation may be used on fields of type Ref
, Property
,
or any field type that can be backed by a Property - String, double, float, int, boolean,
PArray, PBytes, any enum, any Serializable implementation, or a List of Serializable
subclasses.