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


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