Class ScopeModel<T extends Annotation>

    • Constructor Detail

      • ScopeModel

        public ScopeModel​(EnhancedAnnotation<T> enhancedAnnotatedAnnotation)
        Constructor
        Parameters:
        scope - The scope type
    • Method Detail

      • isNormal

        public boolean isNormal()
        Indicates if the scope is "normal"
        Returns:
        True if normal, false otherwise
      • isPassivating

        public boolean isPassivating()
        Indicates if the scope is "passivating"
        Returns:
        True if passivating, false otherwise