org.apache.felix.gogo.commands
Annotation Type CompleterValues


@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
public @interface CompleterValues

Represents a method which can return a List or Array of values used for a Completer which is associated with the index of an Argument


Optional Element Summary
 int index
           
 

index

public abstract int index
Default:
0


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