[Python-Dev] PEP 318: What Java does

Paul Prescod paul at prescod.net
Thu Feb 26 05:50:42 EST 2004


     @debug(devbuild=production,counter=1) public void testMethod()  {
     }

     public @remote void ping() {
     }

The Java way does make clear what is a language builtin ("public", 
"void") and what is extension metadata "@remote", "@debug". That may not 
be a bad thing...

  Paul Prescod





More information about the Python-Dev mailing list