- All Known Implementing Classes:
HelidonCopyrightProvider
public interface CopyrightProvider
Extension point to customize copyright headers for generated types.
-
Method Summary
-
Method Details
-
copyright
Create a copyright header, including comment begin/end, or line comments.- Parameters:
generator
- type of the generator (annotation processor)trigger
- type of the class that caused this type to be generatedgeneratedType
- type that is going to be generated- Returns:
- copyright string (can be multiline)
-