Does Swift have java-like annotations (customizable) to store class or method metadata ?
@SuppressWarnings(value = "unchecked")
void maMethode() { }
If no, is it going to support it in the future?
Does Swift have java-like annotations (customizable) to store class or method metadata ?
@SuppressWarnings(value = "unchecked")
void maMethode() { }
If no, is it going to support it in the future?