AbstractInjectAnnotationProcessor2
instead@Deprecated @ConsumerType public class AbstractInjectAnnotationProcessor extends java.lang.Object implements InjectAnnotationProcessor
InjectAnnotationProcessor
.Constructor and Description |
---|
AbstractInjectAnnotationProcessor()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getDefault()
Deprecated.
Tries to get the default value from the annotation.
|
java.lang.String |
getName()
Deprecated.
Tries to get the name value from the annotation.
|
java.lang.String |
getVia()
Deprecated.
Tries to get the via value from the annotation.
|
boolean |
hasDefault()
Deprecated.
|
java.lang.Boolean |
isOptional()
Deprecated.
Tries to get the information whether the injection is optional.
|
public AbstractInjectAnnotationProcessor()
public java.lang.String getName()
InjectAnnotationProcessor
getName
in interface InjectAnnotationProcessor
public java.lang.String getVia()
InjectAnnotationProcessor
getVia
in interface InjectAnnotationProcessor
public boolean hasDefault()
hasDefault
in interface InjectAnnotationProcessor
public java.lang.Object getDefault()
InjectAnnotationProcessor
InjectAnnotationProcessor.hasDefault()
is set to true.getDefault
in interface InjectAnnotationProcessor
public java.lang.Boolean isOptional()
InjectAnnotationProcessor
isOptional
in interface InjectAnnotationProcessor
Copyright © 2010 - 2020 Adobe. All Rights Reserved