-
@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) @MappedService(ClassId.class) public @interface ClassId
Annotation for the class id of a persistent object.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description intvalueDetermines the class ID.
-