@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface GenerateProto
Put this on a java bean interface to generate the
cooresponding .proto file. This must be placed
on all children beans as well. It is assumed
that the .proto files are placed in the generated
source directory underneath the package directory
structure with the simple name of the interface
plus ".proto"
- Author:
- jwells