package org.jsondoc.springmvc.scanner.object.pojo; public abstract class MyAbstractObject { private Integer id; private String name; }