kshchepanovskyi / protostuff-googlecode-exported

Automatically exported from code.google.com/p/protostuff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enum alias support

GoogleCodeExporter opened this issue · comments

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