You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Sample.java 248B

123456789101112
  1. package sample.evolve;
  2. /**
  3. * This is a sample class used by Transformer.
  4. */
  5. public class Sample {
  6. public static Class _version;
  7. public static Object make(Object[] args) {
  8. return VersionManager.make(_version, args);
  9. }
  10. }