org.callbackparams.ext
Annotation Type WrappingCallbackImpls
@Inherited
@Retention(value=RUNTIME)
@Documented
@Target(value={ANNOTATION_TYPE,FIELD,TYPE})
public @interface WrappingCallbackImpls
Binds the specified Wrapping
implementations to the annotated annotation type.
It is also possible for the test developer to annotate the enum-constant
parameter-values (or classes of parameter values) directly but the
recommended pattern is to annotate other annotation-types.
An sandbox-example, on how this annotation works, is
Property.Value
.
- Author:
- Henrik Kaipe
value
public abstract Class<? extends Wrapping>[] value
Copyright © 2010-2013 Henrik Kaipe. All Rights Reserved.