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

japicmp.model.JApiHasAnnotations Maven / Gradle / Ivy

Go to download

japicmp is a library that computes the differences between two versions of a jar file/artifact in order to ease the API documentation for clients/customers.

There is a newer version: 0.23.1
Show newest version
package japicmp.model;

import java.util.List;

/**
 * Implemented by all elements that can have annotations.
 */
public interface JApiHasAnnotations extends JApiCompatibility {
	/**
	 * Returns a list of annotations as {@link japicmp.model.JApiAnnotation}.
	 *
	 * @return a list of annotations as {@link japicmp.model.JApiAnnotation}
	 */
	List getAnnotations();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy