Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsMarker (0.52 sec)

  1. maven-di/src/main/java/org/apache/maven/di/impl/ReflectionUtils.java

                        qualifier = ((Named) annotation).value();
                    } else {
                        Class<? extends Annotation> annotationType = annotation.annotationType();
                        qualifier = Utils.isMarker(annotationType) ? annotationType : annotation;
                    }
                }
            }
            return qualifier;
        }
    
        public static @Nullable Annotation scopeOf(AnnotatedElement annotatedElement) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Feb 09 17:13:31 UTC 2024
    - 16K bytes
    - Viewed (0)
Back to top