google-code-export / protostuff

Automatically exported from code.google.com/p/protostuff
Apache License 2.0
1 stars 1 forks source link

Support java-style compilation mode where imported messages do not need to be referenced by full name #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is an add-on feature.

Original issue reported on code.google.com by david.yu...@gmail.com on 19 Jun 2010 at 7:39

GoogleCodeExporter commented 9 years ago
This is similar to how classes belonging to the same package do not need to 
import the other.
In this case, when a proto is imported, its members (messages and enums) can be 
accessed by their simple name.

Committed rev 902

Original comment by david.yu...@gmail.com on 19 Jun 2010 at 7:54