コード例 #1
0
 /** {@inheritDoc} */
 @Override
 protected void attachLabelProvider(final AnnotationContainer container) {
   container.setLabelProvider(
       new CustomAnnotationsLabelProvider(container.getPackageCategoryTitle()));
 }