@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
@ConsumerType
public @interface BridgeRequestScopeAttributeAdded
BridgeRequestScopeAttributeAdded annotation is used on methods as a callback notification to signal
that the instance is in the process of being added to the container's request scope and that this attribute will be
managed in the bridge request scope. This signal can be used by the instance to flag that its PreDestroy method should not perform any cleanup and instead rely on the method annotated with
BridgePreDestroy to do so. The method on which this annotation is applied MUST fulfill all of the following
criteria:
Copyright © 2020 Liferay, Inc. All Rights Reserved.