org.apache.lucene.gdata.server.registry
Annotation Type SuperType


@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface SuperType

This Annotation is use to annotate ComponentType elements to specify an interface e.g. super type of a defined component.

This annotation will be visible at runtime

Author:
Simon Willnauer
See Also:
Component, GDataServerRegistry

Required Element Summary
 Class superType
           
 

Element Detail

superType

public abstract Class superType
Returns:
the specified super type


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.