Tells whether a given access modifier is synthetic. A modifier is synthetic if it is marked with the ACC_SYNTHETIC flag (0x1000), as specified in JLS8, 4.6 Methods . @param mod The access modifier to check @return True if the access modifier is synthetic, false otherwise
(int mod)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected