org.teiid.adminshell
Annotation Type Help.Doc


@Documented
@Retention(value=RUNTIME)
@Target(value={METHOD,PARAMETER})
public static @interface Help.Doc


Required Element Summary
 java.lang.String text
           
 
Optional Element Summary
 java.lang.String[] moreText
           
 

Element Detail

text

public abstract java.lang.String text

moreText

public abstract java.lang.String[] moreText
Default:
{}


Copyright © 2010. All Rights Reserved.