Strictfp on a class is now a warning #KT-11109 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
173a838f8c
commit
f76efb68f2
@@ -41,7 +41,7 @@ annotation class Transient
|
||||
* of floating point operations performed inside the method needs to be restricted in order to
|
||||
* achieve better portability.
|
||||
*/
|
||||
@Target(FUNCTION, CONSTRUCTOR, PROPERTY_GETTER, PROPERTY_SETTER)
|
||||
@Target(FUNCTION, CONSTRUCTOR, PROPERTY_GETTER, PROPERTY_SETTER, CLASS)
|
||||
@Retention(AnnotationRetention.SOURCE)
|
||||
@MustBeDocumented
|
||||
annotation class Strictfp
|
||||
|
||||
Reference in New Issue
Block a user