class A { @Deprecated volatile int field1 = 0; transient int field2 = 1; strictfp double field3 = 2; }