All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.codehaus.groovy.tools.template.package-frame.html Maven / Gradle / Ivy

There is a newer version: 3.0.21
Show newest version




    ${docPackage.name} ($title)
    <%
    int dotCount = docPackage.name.count('.')
    String pathPref = '../' * (dotCount + 1)
    %>
    






<% if (docPackage.docTypes.any { it.interface }) { %>

Interfaces

<% } %> <% if (docPackage.docTypes.any { !it.interface }) { %>

Classes

<% } %>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy