[Java] Interface GroovydocHolder<T>
public interface GroovydocHolder<T>
Represents Groovydoc Holder
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public Groovydoc |
getGroovydoc() Get the groovydoc | |
public T |
getInstance() Get GroovydocHolder instance |
Method Detail
public Groovydoc getGroovydoc()
Get the groovydoc
- Returns:
- the groovydoc
public T getInstance()
Get GroovydocHolder instance
- Returns:
- GroovydocHolder instance
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/lang/groovydoc/GroovydocHolder.html