Hi guys!
Tonight I will tell you the story about one attribute. His full name was JamesAttribute, but smart people called him James, because in Delphi world that postfix can be automatically omitted!
So if you declare the attribute like this:
type JamesAttribute = class(TCustomAttribute)
Then you can use it by just typing the short name:
type [James] TYourClass = class ... end;
Learn more by reading the documentation.