Properties file key

Is there an annotation or something to indicate that a String parameter is a key to a .property file?
I’m using IntelliJ’s Resource Bundle support, and would love if it worked with the Find Usages feature. My project goes both to Java and JavaScript, so I can’t use the Java ResourceBundle classes, which I believe is what the ResourceBundle editor is designed to work with.