Interface Bean<T>

    • Method Detail

      • getInjectionPoints

        java.util.Set<InjectionPoint> getInjectionPoints()
        Returns all injection points of this bean.
        Returns:
        injection points
      • getBeanClass

        java.lang.Class<?> getBeanClass()
        Returns class of bean.
        Returns:
        class of bean that it represents
      • isNullable

        boolean isNullable()
        Deprecated.
        since CDI-1.1. This should be ignored by the container from now on.
        If bean is nullable return true, false otherwise.

        Nullable means that if producer bean api type is primitive, its nullable property will be false.

        Returns:
        true if bean is nullable.