|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.felix.scrplugin.annotations.ScannedAnnotation
org.apache.felix.scrplugin.annotations.MethodAnnotation
public class MethodAnnotation
A method annotation
| Field Summary |
|---|
| Fields inherited from class org.apache.felix.scrplugin.annotations.ScannedAnnotation |
|---|
name, values |
| Constructor Summary | |
|---|---|
MethodAnnotation(java.lang.String name,
java.util.Map<java.lang.String,java.lang.Object> values,
java.lang.reflect.Method m)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.reflect.Method |
getAnnotatedMethod()
Get the annotated method. |
java.lang.String |
toString()
|
| Methods inherited from class org.apache.felix.scrplugin.annotations.ScannedAnnotation |
|---|
getBooleanValue, getEnumValue, getIntegerValue, getLongValue, getName, getSimpleName, getStringValue, getValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MethodAnnotation(java.lang.String name,
java.util.Map<java.lang.String,java.lang.Object> values,
java.lang.reflect.Method m)
| Method Detail |
|---|
public java.lang.reflect.Method getAnnotatedMethod()
public java.lang.String toString()
toString in class ScannedAnnotation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||