@Retention(value=RUNTIME) @Target(value=TYPE) public @interface ConfigAutoInject
Config
annotation(s). When this annotation is added the injection systems tries to inject all
fields found, also including fields not annotated with @ConfigProperty
.
Fields not to be injected ccan be annotated with @NoConfig
to exclude them
being eleceted for injection.Copyright © 2014–2016 Apache Software Foundation. All rights reserved.