clojure.maven.annotations
Annotation Type Component


@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
@Inherited
public @interface Component

A plugin component.


Optional Element Summary
 String role
           
 String roleHint
           
 

role

public abstract String role
Default:
""

roleHint

public abstract String roleHint
Default:
""


Copyright © 2010-2012. All Rights Reserved.