org.fuin.srcmixins4j.annotations
Annotation Type MixinProvider


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

Marks a class that provides code for a mixin.


Required Element Summary
 Class<?> value
          Interface that is implemented by the annotated class.
 

Element Detail

value

public abstract Class<?> value
Interface that is implemented by the annotated class.



Copyright © 2012 Future Invent Informationsmanagement GmbH - Hamburg (Germany). All Rights Reserved.