Module nbbrd.design
Package nbbrd.design

Annotation Type StringValue


@Target(TYPE) @Retention(SOURCE) @Deprecated public @interface StringValue
Deprecated.
Class that can be represented unambiguously by a String. Such class must have a static factory method that accepts unique CharSequence parameter and that doesn't throw a checked exception.
Author:
Philippe Charles
  • Element Details

    • parseMethodName

      String parseMethodName
      Deprecated.
      Default:
      "parse"
    • formatMethodName

      String formatMethodName
      Deprecated.
      Default:
      "toString"