- 
    Type:
Improvement
 - 
    Resolution: Won't Fix
 - 
    Priority:
Major - P3
 - 
    None
 - 
    Affects Version/s: None
 - 
    Component/s: POJO
 - 
    None
 
- 
        None
 
- 
        None
 - 
        None
 - 
        None
 - 
        None
 - 
        None
 - 
        None
 
class Node { id: long left: Node right: Node }
The id field will be converted to _id by annotations.  
Consider ignoring the idProperty when encoding/decoding the embedded Nodes.
Relies on the context of the encoding / decoding to be known and handled by the PojoCodec.
It requires, some mechanisim to opt-into, so to prevent it being a breaking change.
- is related to
 - 
                    
JAVA-2750 Pojo codec conversion missing id field
-         
 - Closed
 
 -