org.jboss.lang
Interface Annotation


public interface Annotation

Annotation.

Version:
$Revision:200 $
Author:
Adrian Brock

Method Summary
 Class<? extends Annotation> annotationType()
           
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 

Method Detail

annotationType

Class<? extends Annotation> annotationType()

equals

boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

int hashCode()
Overrides:
hashCode in class Object

toString

String toString()
Overrides:
toString in class Object


Copyright © 2005-2007 JBoss, a division of Red Hat, Inc. All Rights Reserved.