org.jboss.cache.factories.annotations
Annotation Type DefaultFactoryFor


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface DefaultFactoryFor

An annotation that is used internally, for defining a DEFAULT factory to be used when constructing components. This annotation allows you to define which components can be constructed by the annotated factory.

Since:
2.1.0
Author:
Manik Surtani (manik@jboss.org)

Required Element Summary
 Class[] classes
          Components that may be constructed by a factory annotated with this annotation.
 

Element Detail

classes

public abstract Class[] classes
Components that may be constructed by a factory annotated with this annotation.



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