| /** | |
| * This package provides interfaces to allow interacting with some components. | |
| * <p/> | |
| * These interfaces allow more specific interaction with some of OpenComputers' | |
| * components, which would otherwise require reflection or linking against the | |
| * mod itself. | |
| */ | |
| @cpw.mods.fml.common.API( | |
| owner = "OpenComputers|Core", | |
| provides = "OpenComputersAPI|Component", | |
| apiVersion = "3.0.0") | |
| package li.cil.oc.api.component; |