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<? extends Annotation>> value
           
 

Element Detail

value

public abstract Class<? extends ScopeKeyFactory<? extends Annotation>> value


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