Annotation Type PartialImplementation
-
@Documented @Retention(SOURCE) @Target(TYPE) public @interface PartialImplementation
- Author:
- nedis
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends AbstractPostgreSQLRepository>
value
-
-
-
Element Detail
-
value
Class<? extends AbstractPostgreSQLRepository> value
- Returns:
- an abstract repository class, which contains a partial or a full implementation of the data repository
-
-