public interface DeclaredTypeDefinitionBuilder extends TypeBuilder<DeclaredType>
TypeBuilder for DeclaredTypeCOMPARATOR, MAX_PRIORITY, MIN_PRIORITY, NORMAL_PRIORITY| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(ProcessingEnvironment processingEnv,
DeclaredType type)
Test the specified
type is accepted or not |
default boolean |
accept(ProcessingEnvironment processingEnv,
TypeMirror type)
Test the specified
type is accepted or not |
buildcompareTo, getPrioritydefault boolean accept(ProcessingEnvironment processingEnv, TypeMirror type)
TypeBuildertype is accepted or notaccept in interface TypeBuilder<DeclaredType>processingEnv - ProcessingEnvironmenttype - typetrue if acceptedboolean accept(ProcessingEnvironment processingEnv, DeclaredType type)
type is accepted or notprocessingEnv - ProcessingEnvironmenttype - typetrue if acceptedCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.