+
+
Package {{ package }}
+

{{ kind|capitalize }} {{ name }}

+
+
+ +
+
    +
  • + {% if implementedInterfaces.size != 0 %} +
    +
    All Implemented Interfaces:
    +
    + {% for name in implementedInterfaces %} + {{ name }} + {% if !loop.last %} + , + {% endif %} + {% endfor %} +
    +
    + {% endif %} +
    +
    {{ signature|raw }}
    +
    {{ classlikeDocumentation }}
    +
  • +
+
+
+
    +
  • + + {% if classlikes.size != 0 %} +
    +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + {% for classlike in classlikes %} + + + + + + {% endfor %} +
      Nested Classes 
      Modifier and TypeClassDescription
      {{ classlike.modifiers }}{{ classlike.signature }} + {{ classlike.description }}
      +
    • +
    +
    + {% endif %} + + {% if properties.size != 0 %} +
    +
      +
    • + + +

      Field Summary

      + + + +
      Fields