net.sf.rej.gui.editor.row
Class MethodAnnotationDefRow

java.lang.Object
  extended by net.sf.rej.gui.editor.row.MethodAnnotationDefRow
All Implemented Interfaces:
EditorRow

public class MethodAnnotationDefRow
extends java.lang.Object
implements EditorRow


Constructor Summary
MethodAnnotationDefRow(Annotation annotation)
           
 
Method Summary
 Annotation getAnnotation()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodAnnotationDefRow

public MethodAnnotationDefRow(Annotation annotation)
Method Detail

toString

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

getAnnotation

public Annotation getAnnotation()