Adding MagicAccessorImpl class for GroovyMagic.
[jpf-core.git] / src / classes / sun / reflect / MagicAccessorImpl.java
1 package sun.reflect;
2
3 /**
4  * MJI model class for sun.reflect.generics.reflectiveObjects.MagicAccessorImpl
5  *
6  * This is a JPF specific version of a system class because we can't use the real,
7  * platform VM specific version (it's native all over the place, its field
8  * structure isn't documented, most of its methods are private, hence we can't
9  * even instantiate it properly).
10  *
11  * Note that this class never gets seen by the real VM - it's for JPF's eyes only.
12  *
13  */
14 public class MagicAccessorImpl {
15 }