| MyInteger.java |
package lectures.composite.objects_shapes;
import util.annotations.WebDocuments;
@WebDocuments({"Lectures/CompositeObjectsShapes.pptx", "Lectures/CompositeObjectsShapes.pdf", "Videos/CompositeObjectsShapes.avi"})
public interface MyInteger {
public int intValue();
}