Returns version of the contained Class @return The version of the contained class.
()
| 3883 | * @return The version of the contained class. |
| 3884 | */ |
| 3885 | public int getVersion() { |
| 3886 | return theCachedClass.classInfo.getVersion(); |
| 3887 | } |
| 3888 | |
| 3889 | /** |
| 3890 | * Increments version of the contained Class |
nothing calls this directly
no test coverage detected