@Shadow public abstract BaseAttribute shadow$setShouldWatch(boolean shouldWatchIn);
/** * Help translating attributes * * @param attribute * @return the attribute name into the current language */ private String toLocal(BaseAttribute attribute) { return I18n.format("attribute.name." + attribute.getName()); }