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


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

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

Author:
Ales Justin

Required Element Summary
 Class<? extends ScopeFactory> value
           
 

Element Detail

value

public abstract Class<? extends ScopeFactory> value


Copyright ? 2007 JBoss Inc.. All Rights Reserved.