Add a
@pending javadoc annotation to any method or interface we are not sure about. This annotation can be omitted if:
- The method is defined without ambiguity in a standard implemented by other projects.
- The interface is implemented by at least two projects.
If the method does not comply to at least one of the above points, we should consider annotating it as
@pending. It should especially apply to new interfaces.