aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skylarkinterface/SkylarkCallable.java
Commit message (Expand)AuthorAge
* Remove SkylarkCallable.mandatoryPositionalsGravatar cparsons2018-07-13
* Remove outdated TODOGravatar juliexxia2018-07-10
* Make @SkylarkCallable.name mandatory.Gravatar cparsons2018-06-22
* Remove several uses of @SkylarkCallable.mandatoryPositionalsGravatar cparsons2018-06-21
* Clarify invariants for @SkylarkModule and @SkylarkCallableGravatar brandjon2018-05-24
* Introduce @SkylarkCallable.selfCall, to signify the containing class should b...Gravatar cparsons2018-04-24
* Introduce extraPositonals and extraArguments to SkylarkCallable, to have pari...Gravatar cparsons2018-04-09
* Create useSkylarkSemantics for @SkylarkCallable, so annotated methods can spe...Gravatar cparsons2018-03-22
* Allow passing location, ast, and environment to @SkylarkCallable methodsGravatar cparsons2018-03-07
* Enable named arguments for SkylarkCallable annotationGravatar Damien Martin-Guillerez2016-08-04
* Basic Java documentation of Skylark AnnotationsGravatar Damien Martin-Guillerez2016-06-09
* Move annotation classes used for referencing framework Java classes from Skyl...Gravatar John Field2015-12-16