Annotation Type ProtoClassDefault
-
@Target(TYPE) @Retention(SOURCE) public @interface ProtoClassDefaultIn case there are multiple domain classes with the same proto class, this annotation can be used to specify the default domain class. If multiple domain classes are annotated with this annotation, compilation will fail.