@Target(value=FIELD) @Retention(value=RUNTIME) @Documented public @interface FeatureGet
Feature
dependency injection. Any element annotated with will be injected with a compatible instance found in
the current Feature
set during Feature.prepare(FeatureProvider)
.
If manually used, do not forget to call Feature.prepare(FeatureProvider)
, else annotated fields will remain
null
.
Copyright © 2017 Byron 3D Games Studio. All rights reserved.