Any annotations read from agent.yml are automatically downcased, so we should figure out if it's possible to load these annotations in plugins which require them. Presently we recommend camelCase annotation keys in docs, and these are silently downcased only in the case of loading from agent.yml. If a camelCase key is already present on the entity, loading the same key regardless of case will cause the camelCase key to be overwritten by a lowercase key.
Any annotations read from agent.yml are automatically downcased, so we should figure out if it's possible to load these annotations in plugins which require them. Presently we recommend camelCase annotation keys in docs, and these are silently downcased only in the case of loading from agent.yml. If a camelCase key is already present on the entity, loading the same key regardless of case will cause the camelCase key to be overwritten by a lowercase key.