org.iqual.chaplin.trait
Annotation Type Trait


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

This anntotation marks the class which represents a trait of other class.

Since:
Mar 21, 2009 1:36:28 PM
Author:
Zbynek Slajchrt

Required Element Summary
 Class value
           
 

Element Detail

value

public abstract Class value
Returns:
the target class for the trait.


Copyright © 2009 iquality.org. All Rights Reserved.