@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–2018 Google, Inc.. All rights reserved.