strictfp

scala.annotation.strictfp
class strictfp extends StaticAnnotation

If this annotation is present on a method or its enclosing class, the strictfp flag will be emitted.

Attributes

Source
strictfp.scala
Graph
Supertypes
class Annotation
class Object
trait Matchable
class Any
In this article