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


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Module

Marks a class as an annotated module and assigns an id to it. The class must be public, non final and must have a no arguments constructor.

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.