/** * This package contains interfaces to be implemented on components. * <p/> * This will allow OpenComputers to provide some more advanced integration * with your components. */ @net.minecraftforge.fml.common.API( owner = API.ID_OWNER, provides = "OpenComputersAPI|Component", apiVersion = API.VERSION) package li.cil.oc.api.component; import li.cil.oc.api.API;