Module nbbrd.design
Package nbbrd.design

Annotation Type RepresentableAs


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

    • parseMethodName

      String parseMethodName
      Default:
      ""
    • formatMethodName

      String formatMethodName
      Default:
      ""