Class Javadoc

  • All Implemented Interfaces:
    Writable

    public class Javadoc
    extends ModelElement
    Represents the javadoc information that should be generated for a Mapper.
    Author:
    Jose Carlos Campanero Ortiz
    • Method Detail

      • getValue

        public String getValue()
      • getDeprecated

        public String getDeprecated()
      • getSince

        public String getSince()
      • getImportTypes

        public Set<Type> getImportTypes()
        Description copied from class: ModelElement
        Returns a set containing those Types referenced by this model element for which an import statement needs to be declared.
        Specified by:
        getImportTypes in class ModelElement
        Returns:
        A set with type referenced by this model element. Must not be null.