org.stjs.generator
Class GenerationContext.AnnotationCacheKey

java.lang.Object
  extended by org.stjs.generator.GenerationContext.AnnotationCacheKey
Enclosing class:
GenerationContext<JS>

public static class GenerationContext.AnnotationCacheKey
extends Object


Constructor Summary
GenerationContext.AnnotationCacheKey(Class<? extends Annotation> annotationType, Element element)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenerationContext.AnnotationCacheKey

public GenerationContext.AnnotationCacheKey(Class<? extends Annotation> annotationType,
                                            Element element)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2014. All Rights Reserved.