@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
public @interface BindingAnnotation
@Retention(RUNTIME)
. For
example:
@
Retention(RUNTIME)@
Target({ FIELD, PARAMETER, METHOD })@
BindingAnnotation public@
interface Transactional {}