means the field/method is only accessible through reflection
what would that mean for a class?
only available through
ClassLoader
stuff?
seems weird
👎 1
k
karelpeeters
06/17/2018, 10:42 PM
That's definitely not true,
synthetic
means not visible from source. You can't use it when you're writing code, but the compiler can and often does emit bytecode that makes use of synthetic things.