org.kohsuke.stapler.jelly.groovy
Annotation Type TagFile


@Retention(value=RUNTIME)
@Documented
@Target(value=METHOD)
public @interface TagFile

Used on methods of TypedTagLibrary to indicate a real tag file name.

This is used when the real tag file name is not a valid Java identifier.

Author:
Kohsuke Kawaguchi

Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value


Copyright © 2011. All Rights Reserved.