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

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

public class FieldAnnotationDefRow
extends java.lang.Object
implements EditorRow


Constructor Summary
FieldAnnotationDefRow(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

FieldAnnotationDefRow

public FieldAnnotationDefRow(Annotation annotation)
Method Detail

toString

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

getAnnotation

public Annotation getAnnotation()