jakartaee / expression-language

Jakarta Expression Language
https://eclipse.org/ee4j/el
Other
60 stars 49 forks source link

Fix #168 Explicitly document that ELResolver.getType() is expected to return null for read-only properties #170

Closed markt-asf closed 2 years ago

markt-asf commented 2 years ago

Explicitly document that ELResolver.getType() is expected to return null if the property is resolved and either the property or the resolver is read-only.

markt-asf commented 2 years ago

Providing this as a PR to give folks a chance to review it before I merge it.