Exemplo n.º 1
0
 @Override
 @NotNull
 public Collection<? extends Artifact> getArtifactsByType(@NotNull ArtifactType type) {
   return myModel.getArtifactsByType(type);
 }