WW-5591 chore(core): mark XWorkObjectPropertyAccessor as deprecated (#1797)

The class is no longer used by the framework and can be removed in a
future version.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Lukasz Lenart
2026-07-21 11:26:22 +02:00
committed by GitHub
parent 6d27132926
commit f5880be2ef
@@ -26,7 +26,9 @@ import ognl.OgnlException;
/**
* @author Gabe
* @deprecated since 7.3.0, this accessor is no longer used by the framework and will be removed in a future version.
*/
@Deprecated(since = "7.3.0", forRemoval = true)
public class XWorkObjectPropertyAccessor extends ObjectPropertyAccessor {
@Override
public Object getProperty(OgnlContext context, Object target, Object oname) throws OgnlException {