12#ifndef WSFATTRIBUTE_HPP
13#define WSFATTRIBUTE_HPP
15#include "wsf_export.h"
17#include "UtAttribute.hpp"
18#include "UtCompilerAttributes.hpp"
23using WsfAttribute CPP14_DEPRECATED_REASON(
"Use UtAttribute<T> instead") = UtAttribute<T>;
25using WsfIntAttribute CPP14_DEPRECATED_REASON(
"Use UtIntAttribute instead") = UtIntAttribute;
26using WsfBoolAttribute CPP14_DEPRECATED_REASON(
"Use UtBoolAttribute instead") = UtBoolAttribute;
27using WsfDoubleAttribute CPP14_DEPRECATED_REASON(
"Use UtDoubleAttribute instead") = UtDoubleAttribute;
28using WsfStringAttribute CPP14_DEPRECATED_REASON(
"Use UtStringAttribute instead") = UtStringAttribute;