@Retention(value=RUNTIME)
public @interface BiType
BiSerializable. Note that if you use
it with classes, you should (1) implement BiSerializable and provide nonparametric constructor (posiible provzate one)
and reister your class wither with DefaultBiMapper, BossBiMapper or custom instance of BiMapper
prior to de/serialize.
See BiSerializable for more.| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
name |