Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects

refactor

Merged Marco Amoia requested to merge feature/polish into develop
Files
7
package com.aruba.simpl.usersroles.model.event;
import com.aruba.simpl.usersroles.model.entities.Credential;
import jakarta.annotation.Nullable;
import lombok.Value;
@Value
public class InvalidateMtls {
@Nullable byte[] newCredential;
@Nullable Credential newCredential;
}
Loading