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


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

Defines a submodule of an annotated module. The return type of the annotated method defines the class of the submodule. This class must be an annotated module class itself.

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.