in src/main/java/org/apache/sling/starter/access/models/RestrictionItem.java [33:38]
public RestrictionItem(RestrictionDefinition rd, Object value, boolean exists) {
super();
this.rd = rd;
this.value = value;
this.exists = exists;
}