I want to raise warnings, if certain properties are used in the code. I could use the obsolete-attribute. But the used properties aren’t obsolete, thus it wouldn’t be that correct to give an obsolete warning.
How can I define own warnings for some properties that are printed during compilation, when the property is used?
I want to raise warnings, if certain properties are used in the code. I
Share
1 Answer