package com.hdl.photovoltaic.enums; public @interface UnitType { String kWp = "kWp"; String kWh = "kWh"; String kW = "kW"; String noValue = "0.00"; }