Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions projo/src/main/java/pro/projo/$template/Factory.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// //
// Copyright 2017 - 2024 Mirko Raner //
// Copyright 2017 - 2026 Mirko Raner //
// //
// Licensed under the Apache License, Version 2.0 (the "License"); //
// you may not use this file except in compliance with the License. //
Expand Down Expand Up @@ -32,8 +32,9 @@
* $additionalTypeParameterDocumentation
*
* @author Mirko Raner
**/
/*#*/@Template(input=ProjoFactoryTemplateConfiguration.class)/*#*/
*
*#*/
@Template(input=ProjoFactoryTemplateConfiguration.class)/*#*/
public interface Factory<_Artifact_, $AdditionalTypeParameters> extends pro.projo.Factory
{
/*#*/ interface $First {/**/} /*#*/
Expand Down
7 changes: 4 additions & 3 deletions projo/src/main/java/pro/projo/$template/Intermediate.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// //
// Copyright 2017 - 2024 Mirko Raner //
// Copyright 2017 - 2026 Mirko Raner //
// //
// Licensed under the Apache License, Version 2.0 (the "License"); //
// you may not use this file except in compliance with the License. //
Expand Down Expand Up @@ -32,8 +32,9 @@
* @param <_Artifact_> the artifact type generated by the factory
*
* @author Mirko Raner
**/
/*#*/@Template(input=ProjoIntermediateTemplateConfiguration.class)/*#*/
*
*#*/
@Template(input=ProjoIntermediateTemplateConfiguration.class)/*#*/
public interface Intermediate<_Artifact_> extends Prototype<_Artifact_>
{
/*#*/ interface $First {/**/} /*#*/
Expand Down
Loading