@Documented @Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface QueryCreatorType
| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends AbstractQueryCreator<?,?>> |
value |
| Modifier and Type | Optional Element and Description |
|---|---|
Class<? extends RepositoryQuery> |
repositoryQueryType
The
RepositoryQuery type to be created by the value(). |
public abstract Class<? extends AbstractQueryCreator<?,?>> value
public abstract Class<? extends RepositoryQuery> repositoryQueryType
RepositoryQuery type to be created by the value().Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.