JBoss MetaData Repository 2.2.0.SP1

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

Element Detail

value

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

JBoss MetaData Repository 2.2.0.SP1

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