riteshtijoriwala / protostuff

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

Enum alias support #152

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Have 2 enums with the same value

What is the expected output? What do you see instead?
Would be nice to have an option to allow aliases (example, count enum with the 
same value as the last enum).
Something similar to the protocol-buffers 'option allow_alias = true;' in the 
Enum declaration.

Original issue reported on code.google.com by sondun2...@gmail.com on 8 Jan 2014 at 5:25