mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-40786: In JSF tag attributes must generally be deferred value expressions, but IDEA does not flag as error immediate evaluation expressions.
This commit is contained in:
@@ -45,4 +45,8 @@ public interface TldAttributeDescriptor extends XmlAttributeDescriptor {
|
||||
*/
|
||||
@Nullable
|
||||
String getType();
|
||||
|
||||
boolean isDeferred();
|
||||
|
||||
boolean isDynamic();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user