@Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public @interface BindingAnnotation
@Retention(RUNTIME)
. For example:
@
Retention(RUNTIME)@
Target({ FIELD, PARAMETER, METHOD })@
BindingAnnotation public@
interface Transactional {}
Copyright © 2006-2015 Google, Inc.. All Rights Reserved.