io.annot8.api.components.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of annot8-api Show documentation
Show all versions of annot8-api Show documentation
Core API interfaces for the Annot8 project
/**
* This package contains the api interface for components.
*
* There are three main types of components in Annot8:
*
*
1) Source - these produce new items for processing 2) Processor - these process items, for
* example by adding annotations 3) Resource - these are reusable classes that can be used by other
* components
*
*
Descriptors are used to describe and create components, and provide information about the
* capabilities of a component (Which may be configuration dependent)
*/
package io.annot8.api.components;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy