net.sourceforge.fluxion.annotations
Annotation Type TypeOfAnn


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

An annotation describing the type of a bean. So for example, a Bean representing a Table in SQL would be annotated with the annotation

Version:
0.2
Author:
Tony Burdett

Required Element Summary
 java.lang.Class value
           
 

Element Detail

value

public abstract java.lang.Class value


Copyright © 2010. All Rights Reserved.