Does Objective-C have an equivalent to java annotations?
What\'s I\'m trying to do is create a property and be able to somehow access some metadata about it.
What you need maybe a metadata parser for Objective-C. I have used ObjectiveCAnnotate (compile time retrievable) and ROAnnotation(runtime retrievable).