KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > python > core > PyIgnoreMethodTag


1
2 package org.python.core;
3
4 /**
5  * A tagging exception. It is never actually thrown but used
6  * only to mark java methods that should not be visible from
7  * jython.
8  */

9 public class PyIgnoreMethodTag extends RuntimeException JavaDoc {
10 }
11
12
Popular Tags