Skip to content

Commit

Permalink
🚚 Rename Js2petsAnnotator as EnhancedAnnotator
Browse files Browse the repository at this point in the history
  • Loading branch information
lengors committed Sep 2, 2024
1 parent 8fdf4d5 commit ef85427
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
package io.github.lengors.js2pets.annotators;

import org.jsonschema2pojo.Annotator;

import com.sun.codemodel.JMethod;

/**
* Extension for jsonschema2pojo's annotator that allows to listen to
* constructor generation and annotate it.
* Enhanced annotator that extends the base functionality of jsonschema2pojo's allowing respective implementations to
* listen to constructor generation and annotate it.
*
* @author lengors
*/
public interface Js2petsAnnotator extends org.jsonschema2pojo.Annotator {
public interface EnhancedAnnotator extends Annotator {

/**
* Listener to constructor generation for annotations.
Expand Down

0 comments on commit ef85427

Please sign in to comment.