@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) @Documented public @interface InjectedParameter
Modifier and Type | Required Element and Description |
---|---|
Class<? extends AnnotationHandler> |
value
Code that computes the actual value to inject.
|
public abstract Class<? extends AnnotationHandler> value
Copyright © 2013. All rights reserved.