JBoss MetaData Repository 2.2.0.SP1

org.jboss.metadata.spi.scope
Interface ScopeKeyFactory<T extends Annotation>

Type Parameters:
T - the scope key annotation

public interface ScopeKeyFactory<T extends Annotation>

Factory to create ScopeKey from annotation.

Author:
Ales Justin

Method Summary
 ScopeKey create(T annotation)
          Create ScopeKey from scope annotation instance
 

Method Detail

create

ScopeKey create(T annotation)
Create ScopeKey from scope annotation instance

Parameters:
annotation - scope annotation
Returns:
scope key from scope annotation

JBoss MetaData Repository 2.2.0.SP1

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.