mirror of
https://github.com/apache/struts.git
synced 2026-08-05 22:56:59 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user