Mark a concrete trait method as a Java default method.
This annotation can be used on concrete trait methods to mark them as
Java default methods. This should be used *only* to implement interfaces
of the JDK that have default methods in Java.
This member is added by an implicit conversion from JavaDefaultMethod to
any2stringadd[JavaDefaultMethod] performed by method any2stringadd in scala.Predef.
This member is added by an implicit conversion from JavaDefaultMethod to
StringFormat[JavaDefaultMethod] performed by method StringFormat in scala.Predef.
Mark a concrete trait method as a Java default method.
This annotation can be used on concrete trait methods to mark them as Java default methods. This should be used *only* to implement interfaces of the JDK that have default methods in Java.
Otherwise using this annotation is unspecified.