public HApiPropertyImpl()

in src/main/java/org/apache/sling/hapi/impl/HApiPropertyImpl.java [40:45]


    public HApiPropertyImpl(String name, String description, HApiType type, Boolean multiple) {
        this.name = name;
        this.description = description;
        this.type = type;
        this.multiple = multiple;
    }