Add missing since (#1682)

No JIRA, but is annoying that faily modern
interfaces have no since set properly.

Arrived with commit:
2bb1228de6
This commit is contained in:
Tamas Cservenak 2024-08-26 23:16:46 +02:00 committed by GitHub
parent 0d5ab52ac4
commit 4c059c401c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ import org.apache.maven.model.building.ModelBuildingRequest;
/**
* Allows a fixed set of properties that are valid inside a version and that could be overwritten for example on the
* commandline
*
* @since 3.8.5
*/
public interface ModelVersionProcessor {