Annotation AesString
-
- All Implemented Interfaces:
-
java.lang.annotation.Annotation
@Target(value = {ElementType.ANNOTATION_TYPE, ElementType.METHOD, ElementType.FIELD, ElementType.TYPE, ElementType.PARAMETER})@Retention(value = RetentionPolicy.RUNTIME) public @interface AesString
- Since:
2022-12-05
trydofor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumAesString.Misfire
-
Method Summary
Modifier and Type Method Description abstract Stringvalue()The name of the Aes to use, default `system` Aes. abstract AesString.Misfiremisfire()Misfire policy, default Error -
-
Method Detail
-
misfire
@NotNull() abstract AesString.Misfire misfire()
Misfire policy, default Error
-
-
-
-