Errai 3.0.1-SNAPSHOT

org.jboss.errai.ioc.client
Interface QualifierEqualityFactory


public interface QualifierEqualityFactory

An interface which is implemented by the code generator to allow equality tests on annotations which consider their attributes as part of the equality check.

Author:
Mike Brock

Method Summary
 int hashCodeOf(Annotation a1)
           
 boolean isEqual(Annotation a1, Annotation a2)
           
 

Method Detail

isEqual

boolean isEqual(Annotation a1,
                Annotation a2)

hashCodeOf

int hashCodeOf(Annotation a1)

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.