package net.sector.annotations; /** * Describes internal method or field which should not be accessed from outside.
* Used where private is not possible, but public does not mean available for * anyone. * * @author Ondřej Hruška (MightyPork) */ public @interface Internal { }