Searched refs:allowSubclassesValue (Results 1 – 1 of 1) sorted by relevance
157 AnnotationValue allowSubclassesValue = checkNotNull(values.get("allowSubclasses")); in createIfValid() local158 boolean allowSubclasses = AnnotationValues.asBoolean(allowSubclassesValue); in createIfValid()