Example usage for org.springframework.core.type ClassMetadata isConcrete

List of usage examples for org.springframework.core.type ClassMetadata isConcrete

Introduction

In this page you can find the example usage for org.springframework.core.type ClassMetadata isConcrete.

Prototype

default boolean isConcrete() 

Source Link

Document

Return whether the underlying class represents a concrete class, i.e.

Usage