public interface InjectAnnotationProcessor
Modifier and Type | Method and Description |
---|---|
Object |
getDefault()
Tries to get the default value from the annotation.
|
String |
getName()
Tries to get the name value from the annotation.
|
String |
getVia()
Tries to get the via value from the annotation.
|
boolean |
hasDefault() |
Boolean |
isOptional()
Tries to get the information whether the injection is optional.
|
String getName()
String getVia()
boolean hasDefault()
Object getDefault()
hasDefaultValue()
is set to true.Boolean isOptional()
Copyright © 2014 The Apache Software Foundation. All rights reserved.