Yes, this has been answered several times. And as you was not able to find it on the forum I'm posting a short summary:
In LWJGL the functions and enums are added to the class corresponding to the GL version / extension which first introduced them.
For example GL11.glBindTexture is still in use for GL 3.x or higher.