@Deprecated public class AnnotationInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AnnotationInfo.NameValue
Deprecated.
|
Constructor and Description |
---|
AnnotationInfo()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Deprecated.
|
String |
getClassName()
Deprecated.
|
List<AnnotationInfo.NameValue> |
getParams()
Deprecated.
|
Map<String,Object> |
getParamsAsMap()
Deprecated.
|
int |
hashCode()
Deprecated.
|
void |
setClassName(String className)
Deprecated.
|
void |
setParams(List<AnnotationInfo.NameValue> params)
Deprecated.
|
String |
toString()
Deprecated.
|
public List<AnnotationInfo.NameValue> getParams()
public void setParams(List<AnnotationInfo.NameValue> params)
public String getClassName()
public void setClassName(String className)
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.