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

com.webcohesion.enunciate.api.services.Parameter Maven / Gradle / Ivy

package com.webcohesion.enunciate.api.services;

import com.webcohesion.enunciate.api.datatype.DataTypeReference;
import com.webcohesion.enunciate.javac.javadoc.JavaDoc;

import javax.lang.model.element.AnnotationMirror;
import java.util.Map;

/**
 * @author Ryan Heaton
 */
public interface Parameter {

  String getName();

  String getDescription();

  DataTypeReference getDataType();

  Map getAnnotations();

  JavaDoc getJavaDoc();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy