org.apache.hivemind.annotations.definition
Annotation Type Contribution


@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Contribution

Marks a method in an annotated module as contribution to a configuration point. The method can have one of two different signatures: 1. A void return type and a single parameter that must be compatible with the type of the configuration. 2. No parameter and a return type that must be compatible with the type of the configuration.

Author:
Achim Huegen

Required Element Summary
 java.lang.String configurationId
           
 

Element Detail

configurationId

public abstract java.lang.String configurationId


Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.