90919293949596979899100
} return; } this.type = type; if (type.getKind() == ElementKind.INTERFACE) { helperType = new HelperTypeModel(type); super.visitType(helperType); } else { super.visitType(type); } }