Package org.kohsuke.stapler.jelly.groovy
Interface TypedTagLibrary
-
- All Superinterfaces:
groovy.lang.GroovyObject
public interface TypedTagLibrary extends groovy.lang.GroovyObjectTyped interface to provide auto-completion for IDEs when invoking taglibs. Subtype must have theTagLibraryUriannotation- Author:
- Kohsuke Kawaguchi