Interface ResourceInjectionServiceRuntimeDescription

    • Method Detail

      • hasResourceAnnotation

        boolean hasResourceAnnotation()
        Returns:
        true if @Resource is found on any Field or Method of the Implementation class
      • getPostConstructMethod

        Method getPostConstructMethod()
        Returns:
        Method with @PostConstruct or null
      • getPreDestroyMethod

        Method getPreDestroyMethod()
        Returns:
        Method with @PreDestroy or null