javax.ejb
Annotation Type BusinessMethod


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface BusinessMethod

By default, when generating interfaces, all public methods other than injection methods of the bean class will be on the generated interface. This default can be overridden by using the BusinessMethod annotation to explicitly specify those public methods that are to be part of the business interface. If the BusinessMethod annotation is used, only the methods to which it is applied will be part of the generated business interface.

Version:
$Revision: 1.1.2.4 $
Author:
Kabir Khan