1 /*
2 * JCaptcha, the open source java framework for captcha definition and integration
3 * Copyright (c) 2007 jcaptcha.net. All Rights Reserved.
4 * See the LICENSE.txt file distributed with this package.
5 */
6
7 package com.octo.captcha.service.multitype;
8
9 /***
10 * <p><ul><li></li></ul></p>
11 *
12 * @author <a href="mailto:marc.antoine.garrigue@gmail.com">Marc-Antoine Garrigue</a>
13 * @version 1.0
14 */
15 public interface GenericManageableCaptchaServiceMBean {
16 }