5 lines
105 B
Java
Raw Normal View History

import java.beans.PropertyEditorSupport;
public class FirstBeanEditor extends PropertyEditorSupport {
}