Errai 3.0.1-SNAPSHOT

org.jboss.errai.ioc.rebind.ioc.metadata
Interface QualifyingMetadata

All Known Implementing Classes:
JSR330QualifyingMetadata

public interface QualifyingMetadata

Author:
Mike Brock

Method Summary
 boolean doesSatisfy(QualifyingMetadata metadata)
           
 QualifyingMetadata filter(Annotation annotation)
          Return a copy of this object with the given annotation filtered out.
 Annotation[] getQualifiers()
           
 Statement render()
           
 

Method Detail

doesSatisfy

boolean doesSatisfy(QualifyingMetadata metadata)

render

Statement render()

getQualifiers

Annotation[] getQualifiers()

filter

QualifyingMetadata filter(Annotation annotation)
Return a copy of this object with the given annotation filtered out.

Parameters:
annotation - A qualifier to be filtered out.
Returns:
A copy of this object less the filtered annotation.

Errai 3.0.1-SNAPSHOT

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