0
how to set a default array annotation inside an interface
Like the basic String and integer annotation.
1 Respuesta
+ 1
Your question is too vague. What language? Give an example in pseudo code.
Typically, an interface doesn't have a method body and is just an outline for classes that will implement it, so that it insures a commonality amongst all classes that implement the same interface.