Class BeansEndpoint

java.lang.Object
org.springframework.boot.actuate.beans.BeansEndpoint

@Endpoint(id="beans") public class BeansEndpoint extends Object
@Endpoint to expose details of an application's beans, grouped by application context.
Since:
2.0.0
Author:
Dave Syer, Andy Wilkinson