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


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Scope

The Scope annotation is used in ScopeVisitable and ScopeVisitor implementations to indicate which scope should be visited.

Author:
Simon Willnauer

Required Element Summary
 Scope.ScopeType scope
           
 

Element Detail

scope

public abstract Scope.ScopeType scope
Returns:
- the scope type the class was annotated with


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