Class PropertyDeprecation
- java.lang.Object
-
- org.rodnansol.core.generator.template.data.PropertyDeprecation
-
public class PropertyDeprecation extends Object
Class represnting a deprecation info.- Since:
- 0.1.0
- Author:
- nandorholozsnyak
-
-
Constructor Summary
Constructors Constructor Description PropertyDeprecation(String reason, String replacement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetReason()StringgetReplacement()inthashCode()StringtoString()
-