Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@

/**
* @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 {
Expand Down
Loading