History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-19190
Type: New Feature New Feature
Status: Open Open
Assignee: Alexey Kudravtsev
Reporter: Vaclav Slovacek
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Allow @PropertyKey not to be bound to specific bundle

Created: 16 Aug 08 16:13   Updated: 17 Aug 08 14:06
Component/s: Code Analysis. Inspection

Build: 7,905
Severity: Low


 Description  « Hide
Allow @PropertyKey annotation without specifying a specific bundle, where the property should be located. For example when internationalized properties are organized into multiple files and you want to allow a property from any of the files. Or when you use a library in your application that works with properties taken from the application classpath (there is no way how the library would know what property files would be used).

This could be done by more ways. Including new annotation for that, or enable using special values in resourceBundle field such as "<project>" for any property file in the project, "<project+libraries>" for any resource bundle from project and libraries etc.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.