Interface PomInfo.DeveloperInfo

  • Enclosing interface:
    PomInfo

    @Immutable
    public static interface PomInfo.DeveloperInfo
    • Method Detail

      • getName

        java.util.Optional<java.lang.String> getName()
      • getEmail

        java.util.Optional<java.lang.String> getEmail()
      • getOrganization

        java.util.Optional<java.lang.String> getOrganization()