Searched defs:wrapperTypesUsedInCollections (Results 1 – 2 of 2) sorted by relevance
60 Set<Class<?>> wrapperTypesUsedInCollections; field in AutoAnnotationTemplateVars
152 Set<Class<?>> wrapperTypesUsedInCollections = wrapperTypesUsedInCollections(method); in processMethod() local419 private Set<Class<?>> wrapperTypesUsedInCollections(ExecutableElement method) { in wrapperTypesUsedInCollections() method in AutoAnnotationProcessor