Esempio n. 1
0
 public @Nullable <F extends WebServiceFeature> F getFeature(@NotNull Class<F> featureType) {
   return features.get(featureType);
 }