org.jboss.metadata.spi.scope
Annotation Type ScopeKeyFactoryLookup


@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface ScopeKeyFactoryLookup

Defining the factory class to create actual ScopeKey from annotated scope key annotation.

Author:
Ales Justin

Required Element Summary
 Class<? extends ScopeKeyFactory> value
           
 

Element Detail

value

public abstract Class<? extends ScopeKeyFactory> value


Copyright ? 2007 JBoss Inc.. All Rights Reserved.