public interface UiContextAnnotation extends Annotation, Serializable
binding annotations
.
Provides some additional data about the context defined by such annotations.Modifier and Type | Method and Description |
---|---|
Class<? extends Annotation> |
getRelatedScopeAnnotation(boolean isEager) |
default boolean |
isGeneric()
Returns
true if the binding annotation describes an unnamed generic
context, like e.g. |
annotationType, equals, hashCode, toString
default boolean isGeneric()
true
if the binding annotation describes an unnamed generic
context, like e.g. 'any app' (relates to the App
with
blank name).Class<? extends Annotation> getRelatedScopeAnnotation(boolean isEager)
Copyright © 2018 Magnolia International Ltd.. All rights reserved.