Searched refs:isLarge (Results 1 – 1 of 1) sorted by relevance
80 private boolean isLarge; field in Main.ImportantNumber84 this.isLarge = false; in ImportantNumber()87 ImportantNumber(@AnnotationB("x") double doubleValue, @AnnotationB("y") boolean isLarge) { in ImportantNumber() argument89 this.isLarge = isLarge; in ImportantNumber()