Skip to content

Commit

Permalink
RS4.0.0-6053
Browse files Browse the repository at this point in the history
  • Loading branch information
edu-de committed Jan 25, 2022
1 parent 1abf9da commit 60568ed
Show file tree
Hide file tree
Showing 148 changed files with 25,377 additions and 22,001 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
package net.datenwerke.annotationprocessing.utils;

/**
*
*
*/
public interface SourceFileGenerator {

public void generateSource();

public String getPackageName();

public String getClassName();

public String getFullyQualifiedClassName();

public String getSource();
}
package net.datenwerke.annotationprocessing.utils;

/**
*
*
*/
public interface SourceFileGenerator {

public void generateSource();

public String getPackageName();

public String getClassName();

public String getFullyQualifiedClassName();

public String getSource();
}
Loading

0 comments on commit 60568ed

Please sign in to comment.