Skip to content

Commit f1121df

Browse files
committed
Add @since tags to AuthenticatorStatus.RETIRED features javadoc
1 parent 1aa28fa commit f1121df

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

webauthn-server-attestation/src/main/java/com/yubico/fido/metadata/AuthenticatorStatus.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ public enum AuthenticatorStatus {
105105
* FIDO MDS and has now been superseded by the final product, the entry for the prototype might be
106106
* set to "retired".
107107
*
108+
* @since 2.9.0
108109
* @see <a
109110
* href="https://fidoalliance.org/specs/mds/fido-metadata-service-v3.1.1-rd-20251016.html#enumdef-authenticatorstatus">FIDO
110111
* Metadata Service §3.1.4. AuthenticatorStatus enum</a>

webauthn-server-attestation/src/main/java/com/yubico/fido/metadata/FidoMetadataService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ public static Predicate<MetadataBLOBPayloadEntry> notRevoked() {
385385
* statusReports} array contains no entry with {@link AuthenticatorStatus#RETIRED RETIRED}
386386
* status.
387387
*
388+
* @since 2.9.0
388389
* @see AuthenticatorStatus#RETIRED
389390
*/
390391
public static Predicate<MetadataBLOBPayloadEntry> notRetired() {

0 commit comments

Comments
 (0)