Home
Categories
Dictionary
Download
Project Details
Changes Log
What Links Here
How To
Syntax
FAQ
License

Java generic API



The "java" generic API models the Java language elements.

Structure of the API

The structure of the API is the following:
  • Only "class" and "enum" parent elements can be at the root of each API
  • A "class" parent element can have "method" or "field" children. Note that a "property" parent element is a "field"
  • An "enum" parent element can have "method" and "constant" children. Note that an enum state is a "constant"
Note that the elements described here are the parent type of the element. See Generic apidocs API types for the list of parent element for each API element.
javaapidoc

List of managed types

The following table presents the list of parent types which are managed by the Java generic API.
Parent Type Top Element Comment
class Yes Represents a class
enum Yes Represents an enum
constructor No Represents a constructor
method No Represents a method
field No Represents a field or a property
constant No Represents a constant used for example for enum states
argument No Represents an argument

See also


Categories: configuration

docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.