Is it possible to get the name of the class an attribute is assigned to?
At the moment I have something like this but the pattern is the same. So I would like to avoid the literal and get the from the class name.
[Foo("BAR")]
public class BarData
{
}