26272829303132
private String[] names; private Accessor accessor; QpidProperty(T defValue, String... names) { this(new SystemPropertyAccessor(),defValue,names); }
private String[] names; protected Accessor accessor; QpidProperty(T defValue, String... names) { this(new SystemPropertyAccessor(),defValue,names); }