javaPackage property

  1. @TagNumber(1)
String javaPackage

Sets the Java package where classes generated from this .proto will be placed. By default, the proto package is used, but this is often inappropriate because proto packages do not normally start with backwards domain names.

Implementation

@$pb.TagNumber(1)
$core.String get javaPackage => $_getSZ(0);
  1. @TagNumber(1)
void javaPackage=(String v)

Implementation

@$pb.TagNumber(1)
set javaPackage($core.String v) { $_setString(0, v); }