Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1.01 KB

framework_integration.md

File metadata and controls

18 lines (10 loc) · 1.01 KB

Framework integration

This document provides information on plugin features that are designed for Mockito framework integration, rather than for Mockito features used by everyday users.

All these features are disabled by default, and they have to be enabled manually in case of Mockito integration.

Class or interface extends class or interface annotated as @NotExtensible

According to the javadoc of the @NotExtensible annotation, it

Indicates to the user that she should not provide custom implementations of given type.

The inspection is applied to interfaces and named classes that can inherit from other types.

interface extends not extensible interface