57585960616263
/** * The constructor for this codec. Dont't forget to set the type. */ public SyncInfoValueDecorator( LdapApiService codec ) { super( codec, new SyncInfoValueImpl() ); }