Annotation AesString

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public enum AesString.Misfire
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String value() The name of the Aes to use, default `system` Aes.
      abstract AesString.Misfire misfire() Misfire policy, default Error
      • Methods inherited from class java.lang.annotation.Annotation

        annotationType, equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • value

        @NotNull() abstract String value()

        The name of the Aes to use, default `system` Aes.