code.google.com home

org.owasp.html
Annotation Type TCB


@Target(value={CONSTRUCTOR,METHOD,PACKAGE,TYPE})
public @interface TCB

Indicates that a program element is in the trusted computing base -- there exists a security property that could be violated if this code is not correct.


code.google.com home