org.jboss.seam.solder.bean.generic
Annotation Type GenericType


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
public @interface GenericType

A meta annotation used to indicate that the annotation is a generic configuration annotation.

Author:
Stuart Douglas
See Also:
GenericConfiguration

Required Element Summary
 Class<?> value
           
 

Element Detail

value

public abstract Class<?> value


Copyright © 2008-2010 Seam Framework. All Rights Reserved.