@Target(value=TYPE) @Retention(value=RUNTIME) public @interface Accessor
Each method declaration of an interface with the annotation Accessor must have a Query annotation that defines the query the method executes.
Accessor
Query
Copyright © 2012–2019. All rights reserved.