@Documented @Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface Qualifier
Enables qualifying dependencies.
TODO consider following JSR299 specification to use the javax.inject.Qualifier annotation. Until available and not tied to the heavy JEE specification using this annotation.
Copyright © 2005–2016. All rights reserved.