@Target(value={FIELD,PARAMETER}) @Retention(value=RUNTIME) public @interface ConfigurationObject
Normally, this annotation has no effect (unless application takes some
explicit steps to use it). However in CDI environment, where module
auderis-config-cdi is present, this annotation behaves
as a javax.inject.Qualifier and denotes CDI injection
points.
Copyright © 2015 Boleslav Bobcik - Auderis. All rights reserved.