com.ibm.ws.container.service.annotations

Interface ContainerAnnotations


  1. public interface ContainerAnnotations
Interface to check if a container has any classes using specific annotations

Method Summary

Modifier and Type Method and Description
  1. boolean
hasSpecifiedAnnotations(java.util.List<java.lang.String> annotationTypeNames)

Method Detail

hasSpecifiedAnnotations

  1. boolean hasSpecifiedAnnotations( java.util.List<java.lang.String> annotationTypeNames)