Annotation Type FieldHint

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String name
      The name of the field.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean allowUnsafeAccess
      Allow unsafe access on the related field.
    • Element Detail

      • name

        String name
        The name of the field.
        Returns:
        the name
      • allowUnsafeAccess

        boolean allowUnsafeAccess
        Allow unsafe access on the related field.
        Returns:
        true if allowed
        See Also:
        Unsafe accesses
        Default:
        false