withCurrentJRE

Allow the type solver to resolve types that are defined in the current Java Runtime Environment (JRE).

Some examples of those types are:
  • java.lang.Object
  • java.lang.String
  • java.lang.Math
  • ...

Return

the current builder.

See also