{#include main} {#style} .annotation { color: gray; font-style: italic; } span.larger-badge { font-size: 0.9em; } {/style} {#title}Removed Components{/title} {#body} {#for bean in info:devBeanInfos.removedBeans} {/for}
Removed Beans
# Bean Kind
{bean_count}. {#display-bean bean/} {#bean-declaration bean/}
{#if !info:devBeanInfos.removedInterceptors.empty} {#for interceptor in info:devBeanInfos.removedInterceptors} {/for}
Removed Interceptors
# Interceptor Bindings
{interceptor_count}. {interceptor.interceptorClass} {#for b in interceptor.bindings} {b.simpleName}
{/for}
{/if} {#if !info:devBeanInfos.removedDecorators.empty} {#for decorator in info:devBeanInfos.removedDecorators} {/for}
Removed Decorators
# Decorator Delegate
{decorator_count}. {decorator.decoratorClass} {#for q in decorator.delegateQualifiers} {q.simpleName}
{/for} {decorator.delegateType}
{/if} {/body} {/include}