Interface PropertyBuilders


public interface PropertyBuilders
Interface for a factory of PropertyBuilders and properties. May optionally implement one of the following features:
  • Consumer<[Writable]Property<?>> to receive any property that has been created.
  • Function<String, [Writable]Property<?>> to provide tweaked or already existing properties.
Since:
1.0.0