unitsofmeasurement / indriya

JSR 385 - Reference Implementation
Other
118 stars 40 forks source link

Use @API Guardian? #262

Closed keilw closed 2 years ago

keilw commented 4 years ago

Similar to JUnit5 we may use @API Guardian here, especially to mark certain parts of the framework "experimental" or new.

keilw commented 3 years ago

Via JUnit5 API Guardian is used indirectly already, but only in the test scope.