org.apache.felix.scrplugin.annotations
Class MethodAnnotation

java.lang.Object
  extended by org.apache.felix.scrplugin.annotations.ScannedAnnotation
      extended by org.apache.felix.scrplugin.annotations.MethodAnnotation

public class MethodAnnotation
extends ScannedAnnotation

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

MethodAnnotation

public MethodAnnotation(java.lang.String name,
                        java.util.Map<java.lang.String,java.lang.Object> values,
                        java.lang.reflect.Method m)
Constructor

Method Detail

getAnnotatedMethod

public java.lang.reflect.Method getAnnotatedMethod()
Get the annotated method.


toString

public java.lang.String toString()
Overrides:
toString in class ScannedAnnotation


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.