Interface ClassField


public interface ClassField
A Simple class field with name, type and value, all as strings.
  • Method Details

    • getType

      @NonNull String getType()
    • getName

      @NonNull String getName()
    • getValue

      @NonNull String getValue()
    • getDocumentation

      @NonNull String getDocumentation()
    • getAnnotations

      @NonNull Set<String> getAnnotations()