public class AnnotatedMethodTypeListener<T extends Annotation> extends Object implements com.google.inject.spi.TypeListener
| 限定符和类型 | 字段和说明 |
|---|---|
private Class<T> |
annotationClass |
private MethodPostProcessor<T> |
postProcessor |
| 构造器和说明 |
|---|
AnnotatedMethodTypeListener(Class<T> annotationClass,
MethodPostProcessor<T> postProcessor) |
private final Class<T extends Annotation> annotationClass
private final MethodPostProcessor<T extends Annotation> postProcessor
public AnnotatedMethodTypeListener(Class<T> annotationClass, MethodPostProcessor<T> postProcessor)
Copyright © 2020. All rights reserved.