com.syrtsov.alinker
Class Context<T>

java.lang.Object
  extended by com.syrtsov.alinker.Context<T>

public class Context<T>
extends java.lang.Object

psdo: add class comments Created-By: Pavel Syrtsov Date: Apr 10, 2008 Time: 8:07:22 PM


Constructor Summary
Context(java.lang.Class<T> subjClass, java.lang.annotation.Annotation[] annotations)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.annotation.Annotation[] getAnnotations()
           
 java.lang.Class<T> getSubjClass()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Context

public Context(java.lang.Class<T> subjClass,
               java.lang.annotation.Annotation[] annotations)
Method Detail

getSubjClass

public java.lang.Class<T> getSubjClass()

getAnnotations

public java.lang.annotation.Annotation[] getAnnotations()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object