blob: ed7b11e86d0ca0fa6e06e829c0b77c6b3af80516 [file] [log] [blame]
package test
import java.util.Date;
class OrderEntry {
@Property int id
@Property int version
@Property Date creationDate
public static void testMethod() {
}
}