@Documented @Target(value={METHOD,ANNOTATION_TYPE}) @Retention(value=RUNTIME) @Query(exists=true) public @interface ExistsQuery
?0
, ?1
and so on.@AliasFor(annotation=Query.class) public abstract String value
?0
, ?1
, etc are
supported.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.