com.jpragma.snmp.annotations
Annotation Type MibBean


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface MibBean

Marker annotation indicating that annotated bean should be exposed using SNMP.

Author:
Isaac Levin