+ deprecation tag

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4731 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Brian Remedios
2006-10-21 14:54:46 +00:00
parent 76fff7b62a
commit b24b73850d

View File

@ -71,6 +71,9 @@ public abstract class AbstractRule extends JavaParserVisitorAdapter implements R
this.example = example;
}
/**
* @deprecated - property values will be guaranteed available via default values
*/
public boolean hasProperty(String name) {
return inOldPropertyMode ? // TODO -remove