程序包 pkg.exoad.poprock.core.annotations


package pkg.exoad.poprock.core.annotations
  • Annotation Interfaces
    说明
    Signifies that the marked class is used to be used by the programmer to create another object.
     
    Suggests that whatever is being marked using this annotatation has no ability to prevent itself from being overriden.
     
    Since Java does not support free functions for the most part
    Signifies that a particular function or method possess the ability to "panic" or throw a Runtime exception.