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

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

public class ClassAnnotationDefRow
extends java.lang.Object
implements EditorRow


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

ClassAnnotationDefRow

public ClassAnnotationDefRow(Annotation annotation)
Method Detail

toString

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

getAnnotation

public Annotation getAnnotation()