org.qi4j.api.concern
Annotation Type Concerns


@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
@Documented
public @interface Concerns

This annotation is used by composites and mixins to declare what Concerns should be applied to the type or specific method.


Required Element Summary
 Class<?>[] value
           
 

Element Detail

value

public abstract Class<?>[] value