Class SimpleProperty<T>

  • All Implemented Interfaces:
    Property<T>

    public class SimpleProperty<T>
    extends Object
    implements Property<T>
    Author:
    erlend
    • Method Detail

      • create

        public static <T> Property<T> create()