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


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

Marks a method in an annotated module as configuration point. The return type of the method defines the configuration type. The method is used as factory method for the construction of the configuration. It can return null if no initial contribution is to be provided.

Author:
Achim Huegen

Required Element Summary
 java.lang.String id
           
 

Element Detail

id

public abstract java.lang.String id


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