public interface DeclaredTypeDefinitionBuilder extends TypeBuilder<DeclaredType>
TypeBuilder for DeclaredTypeCOMPARATOR, MAX_PRIORITY, MIN_PRIORITY, NORMAL_PRIORITY| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 TypeBuilder<DeclaredType>processingEnv - ProcessingEnvironmenttype - typetrue if acceptedboolean accept(ProcessingEnvironment processingEnv, DeclaredType type)
type is accepted or notprocessingEnv - ProcessingEnvironmenttype - typetrue if acceptedCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.