1 package org.jfrog.reflect; 2 3 /** 4 * Created by IntelliJ IDEA. 5 * User: freds 6 * Date: May 18, 2007 7 * Time: 10:24:27 AM 8 */ 9 public interface AccessibleObjectDefinition { 10 Class getModelClass(); 11 }